home *** CD-ROM | disk | FTP | other *** search
/ Starry Night 2.1 (Deluxe) / Starry Night Deluxe Version 2.1 (Sienna Software)(1998).iso / mac / Starry Night Deluxe™ / DataMaker Examples / Simple.DM < prev    next >
Text File  |  1996-11-20  |  1KB  |  31 lines

  1. //----------------------------------------------------------------------
  2. //  Copyright © 1990-1996 by Sienna Software, Inc., All rights reserved.
  3. //
  4. //  File:       Simple.DataMaker
  5. //
  6. //  Contains:   A text file suitable for parsing by Sienna Software's DataMaker program.
  7. //              This is a very simple file that places six objects running from the south
  8. //              celestial pole (-90 Declination) at 5 degree increments.
  9. //
  10. //  Notes:      Starry Night can use custom databases that have been converted into its internal
  11. //              format using Sienna Software's DataMaker program. This text file is an example
  12. //              of a source text file that DataMaker can read.
  13. //
  14. //              PLEASE SEE THE NGC/IC SAMPLE FILES FOR A FULL DESCRIPTION OF THE DATAMAKER
  15. //              HEADER FORMAT
  16. //              (The full format offers a lot more functionality that portrayed here!)
  17. //
  18. //----------------------------------------------------------------------
  19.  
  20. HEADER    DataName    Simple
  21. HEADER    Description    A simple database of rather useless information!
  22.  
  23. // Catalogue number, Catalogue kind, Magnitude, Kind, RA, Declination, Name
  24.  
  25. 1    1    3.00    1    0    -90.0    One
  26. 2    1    3.00    1    0    -85.0
  27. 3    1    3.00    1    0    -80.0    Three
  28. 4    1    3.00    1    0    -75.0
  29. 5    1    3.00    1    0    -70.0    Sienna
  30. 10    1    3.00    1    0    -65.0    Ten
  31.